home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000011_news@newsmaster….columbia.edu _Thu Jul 3 11:58:43 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA24272
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 3 Jul 1997 11:58:43 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA03329
  7.     for kermit.misc@watsun; Thu, 3 Jul 1997 11:58:42 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: funny problem with SERVER
  12. Date: 3 Jul 1997 15:58:39 GMT
  13. Organization: Columbia University
  14. Lines: 31
  15. Message-ID: <5pgi7f$37v$1@newsmaster.cc.columbia.edu>
  16. References: <33BC19E9.49AB@indigo.ie>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7255
  19.  
  20. In article <33BC19E9.49AB@indigo.ie>,
  21. Eoin C. Bair∩┐╜ad <ebairead@indigo.ie> wrote:
  22. : I've a funny problem with SERVER between VAX-VMS running the latest 
  23. : C-KERMIT and a PC using the latest MSKermit
  24. So C-Kermit 6.0.192 and MS-DOS Kermit 3.14?
  25.  
  26. : I start CKERMIT on the VAX and go into SERVER mode
  27. : ALT-X back to the PC, and enter
  28. : GET *.TXT
  29. : the first text file comes across as
  30. : X.TXT
  31. : the next attempts X.TXT, but renames it
  32. : and so on
  33. What are the names of the original files?
  34.  
  35. : if I say 
  36. : GET A*.TXT
  37. : then
  38. : AFILE1.TXT
  39. : comes over as AX.TXT
  40. : AFILE2.TXT attemts AX.TXT, and renames
  41. : and so on.
  42. This is obviously not desired or normal behavior.
  43. I think we'd need to see packet and/or debug logs.
  44. Please send them to kermit-support@columbia.edu.
  45.  
  46. - Frank